home *** CD-ROM | disk | FTP | other *** search
/ NBC Slam Jams! / NBC Slam Jams!.iso / xtras / media_la / fx_set_1.fxm / 00078_Script_About Button < prev    next >
Text File  |  1998-01-20  |  67b  |  5 lines

  1. on mouseDown
  2.   if buttonHandler() then
  3.     About()
  4.   end if
  5. end